[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Execute                  Loads a .COM File for Execution

 Execute(var F : <file type>);                                           [TP]

    Loads in a previously compiled .COM file for execution. The file that
    is loaded in first must be assigned to the file variable F using the
    Assign procedure. This command can only be executed from a .COM file;
    if this procedure is called from a program while running under Turbo
    Pascal, an I/O error 33 ($21) is issued.

               F    A file variable of any type (text, data, untyped).

  -------------------------------- Example ---------------------------------

           Assign(F,'OTHER.COM');
           Execute(F);

See Also: Chain Assign
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson